home *** CD-ROM | disk | FTP | other *** search
-
-
-
- ssssttttrrrrccccaaaatttt((((DDDD3333)))) ssssttttrrrrccccaaaatttt((((DDDD3333))))
-
-
-
- NNNNAAAAMMMMEEEE
- _ssss_tttt_rrrr_cccc_aaaa_tttt - concatenate strings
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- _####_iiii_nnnn_cccc_llll_uuuu_dddd_eeee _<<<<_ssss_yyyy_ssss_////_tttt_yyyy_pppp_eeee_ssss_...._hhhh_>>>>
- _####_iiii_nnnn_cccc_llll_uuuu_dddd_eeee _<<<<_ssss_yyyy_ssss_////_dddd_dddd_iiii_...._hhhh_>>>>
- _cccc_hhhh_aaaa_rrrr _****_ssss_tttt_rrrr_cccc_aaaa_tttt_((((_cccc_hhhh_aaaa_rrrr _****_s_p_t_r_1_,,,, _cccc_oooo_nnnn_ssss_tttt _cccc_hhhh_aaaa_rrrr _****_s_p_t_r_2_))))
-
- AAAArrrrgggguuuummmmeeeennnnttttssss
- The arguments _s_p_t_r_1 and _s_p_t_r_2 each point to strings, and each string is
- an array of characters terminated by a null-character.
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The function _ssss_tttt_rrrr_cccc_aaaa_tttt appends a copy of the string pointed to by _s_p_t_r_2
- including the terminating null-character to the end of the string pointed
- to by _s_p_t_r_1. The initial character in the string pointed to by _s_p_t_r_2
- replaces the null-character at the end of the string pointed to by _s_p_t_r_1.
-
- The function _ssss_tttt_rrrr_cccc_aaaa_tttt alters _s_p_t_r_1 without checking for overflow of the
- array pointed to by _s_p_t_r_1. If copying takes place between strings that
- overlap, the behavior is undefined.
-
- RRRReeeettttuuuurrrrnnnn VVVVaaaalllluuuueeeessss
- The function _ssss_tttt_rrrr_cccc_aaaa_tttt returns the value of _s_p_t_r_1, which points to the
- null-terminated result.
-
- UUUUSSSSAAAAGGGGEEEE
- Character movement is performed differently in different implementations;
- thus, overlapping moves may yield surprises.
-
- LLLLeeeevvvveeeellll
- Base or Interrupt.
-
- SSSSyyyynnnncccchhhhrrrroooonnnniiiizzzzaaaattttiiiioooonnnn CCCCoooonnnnssssttttrrrraaaaiiiinnnnttttssss
- Does not sleep.
-
- Driver-defined basic locks, read/write locks, and sleep locks may be held
- across calls to this function.
-
- RRRREEEEFFFFEEEERRRREEEENNNNCCCCEEEESSSS
- _bbbb_cccc_oooo_pppp_yyyy(D3)
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-